home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / communic / faxhvn40.zip / FH.BAT < prev    next >
DOS Batch File  |  1996-03-28  |  1KB  |  31 lines

  1. Echo off
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : FAXHAVEN                                           */
  5. REM   COPYRIGHT    : (c) 1996 HTF CONSULTING                            */
  6. REM                                                                     */
  7. REM *********************************************************************/
  8. REM                                                                     */
  9. REM   BAT file name: FAXHAVEN.bat                                       */
  10. REM   DESCRIPTION  : Drive the FAXHAVEN system                          */
  11. REM                                                                     */
  12. REM *********************************************************************/
  13. REM
  14. CLS
  15. REM Echo  Entering FAXHAVEN
  16. REM Echo  Enter BREAK to abort or . . .
  17. REM Pause
  18.  
  19.     BTS.com
  20. FAXHAVEN.exe /SPBTS %1 %2 %3 %4
  21.  
  22. CLS
  23. if errorlevel 90 goto Abort
  24.  
  25. :Doit
  26.  
  27. :Abort
  28. CLS
  29. if errorlevel 90 Echo Abnormal end of job - User abort
  30. Echo on
  31.